home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Productivity / TaskTime.dmg / tasktime4 / TaskTime4.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-01-10  |  1KB  |  52 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM
  3. "file://localhost/System/Library/DTDs/PropertyList.dtd">
  4. <plist version="0.9">
  5. <dict>
  6.    <key>CFBundleExecutable</key>
  7.    <string>TaskTime4</string>
  8.    <key>CFBundleName</key>
  9.    <string>TaskTime4</string>
  10.    <key>CFBundleInfoDictionaryVersion</key>
  11.    <string>6.0</string>
  12.    <key>CFBundleVersion</key>
  13.    <string>4.0.1</string>
  14.    <key>CFBundlePackageType</key>
  15.    <string>APPL</string>
  16.    <key>CFBundleSignature</key>
  17.    <string>jtTF</string>
  18.    <key>CFBundleGetInfoString</key>
  19.    <string>4.0.1</string>
  20.    <key>CFBundleIconFile</key>
  21.    <string>TaskTime4.icns</string>
  22.    <key>CFBundleDocumentTypes</key>
  23.    <array>
  24.       <dict>
  25.          <key>CFBundleTypeName</key>
  26.          <string>all</string>
  27.          <key>CFBundleTypeIconFile</key>
  28.          <string>All.icns</string>
  29.          <key>CFBundleTypeOSTypes</key>
  30.          <array>
  31.             <string>****</string>
  32.          </array>
  33.          <key>CFBundleTypeExtensions</key>
  34.          <array>
  35.          </array>
  36.       </dict>
  37.       <dict>
  38.          <key>CFBundleTypeName</key>
  39.          <string>myFile</string>
  40.          <key>CFBundleTypeIconFile</key>
  41.          <string>MyFile.icns</string>
  42.          <key>CFBundleTypeOSTypes</key>
  43.          <array>
  44.             <string>TEXT</string>
  45.          </array>
  46.          <key>CFBundleTypeExtensions</key>
  47.          <array>
  48.          </array>
  49.       </dict>
  50.    </array>
  51. </dict>
  52. </plist>